Object::CleanupObservers

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::CleanupObservers - instance method  

TEMPLATE

void CleanupObservers(Collection * observers)  

SPECIFIERS

protected  

DESCRIPTION

This method is called only by the method ~Object to inform all the observers about the "death" of this object and to delete the collection of observers.
It calls the method DoObserve for all observers with the argument partCode set to cPartSenderDied. The observer collection is then deleted by the method DestroyObserverColl.  

ARGUMENTS

Collection * observers

the collection of observers of this object
 

RETURN ARGUMENT

void

 

CATEGORIES

change propagation, implementation

 

FILES

implementation:
Object.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:26 GMT, March 30, 2022